home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / LDEFs / sicn LDEF (Fixed) / About Icon LDEF.txt next >
Text File  |  1993-11-15  |  650b  |  23 lines

  1. About SICN LDEF -
  2.  
  3.     Makes a list similar to those in Std File Dialog: an 16x16 icon with text
  4.     to the right. Cell data should be of the format:
  5.     
  6.     
  7.         <Small Icon Data> <Text Data>
  8.            (32 Bytes)      (? Bytes)
  9.             
  10.                      - or -
  11.     
  12.         <Arbitrary Data Not for Display>
  13.                    (? Bytes)
  14.                 
  15.      
  16.      This LDEF was fixed to run on 68000 Macs. I dont know if there was a later
  17.      version, but the PlotSICN() call was getting called with an odd address 
  18.      occasionally. I didnt do much cleaning of the code, so maybe compare this
  19.      LDEF to mine to get a picture of how to build your own.
  20.     
  21.     
  22. Written by - Matt Slot, fprefect@umich.edu
  23.